#programmingUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区SplinterlandsScrobble.lifeActifitTown SquarePhotography LoversSnapsHive FoodHive GamingHive LearnersBlack And WhiteExplore Communities...#programmingTrendingHotNewPayoutsMutedlimonta (74)in StemSocial • 11 hours agoA proactive cache system for my CACR trackerI explore here the evolution of my Cuban Assets Control Regulations Tracker beyond its original purpose. The focus is now on a resilient caching architecture based on immutable historical snapshots.scipio (70)in StemSocial • 13 minutes agoLearn AI Series (#142) - AI Reasoning and PlanningLearn AI Series (#142) - AI Reasoning and Planning What will I learn The System 1 vs System 2 framing (fast intuition vs slow deliberation) and why a plain…vinzie1 (76)in FreeCompliments • 10 hours agoAlmost ThereI am almost done with the system that I built and one thing that I notice that the security is one of the longest patch that you will ever do. As of today, I was finishing off with the security of thescipio (70)in StemSocial • 13 hours agoLearn Zig Series (#122) - Union-FindLearn Zig Series (#122) - Union-Find What will I learn? What the union-find (or disjoint-set ) structure actually answers -- the deceptively simple question "are…scipio (70)in StemSocial • 18 hours agoLearn Rust Series (#11) - Closures & the Iterator TraitLearn Rust Series (#11) - Closures & the Iterator Trait What will I learn You will learn what closures are and how they capture the surrounding environment; the…scipio (70)in StemSocial • 23 hours agoLearn AI Series (#141) - Robotics and Embodied AILearn AI Series (#141) - Robotics and Embodied AI What will I learn The sim-to-real gap : why a policy that is flawless in simulation faceplants in reality, and how…scipio (70)in StemSocial • 2 days agoLearn Zig Series (#121) - Topological SortLearn Zig Series (#121) - Topological Sort What will I learn? What a topological sort actually is, why it only makes sense on a directed acyclic graph (a DAG)…cryptosharon (69)in GEMS • 2 days agoSomehow I didn't realize vote curation had been modified before I started my arbitrage code :DDiscovered Hive curation changed years ago after I started coding my arbitrage script. The result feels weird to use.scipio (70)in StemSocial • 2 days agoLearn AI Series (#140) - Scientific AILearn AI Series (#140) - Scientific AI What will I learn How AlphaFold cracked the 50-year protein folding problem, and which pieces of THIS series it quietly reused…limonta (74)in StemSocial • 4 days agoBuilding a Better Way to Navigate the Cuban Assets Control RegulationsAfter four days of hard work, this code is finally ready to start serving the people.scipio (70)in StemSocial • 2 days agoLearn Rust Series (#10) - LifetimesLearn Rust Series (#10) - Lifetimes What will I learn You will learn why lifetimes exist, and how they stop dangling references at compile time before they can ever…vinzie1 (76)in BayaniHive • 4 days agoA Better Way to BuildHere we go again, with my new blog that I will share to you the progress of the system that I made, Yeah, I was able to work with it now because I discover another IDE that is really cool and awesome.scipio (70)in StemSocial • 3 days agoLearn Zig Series (#120) - Dijkstra and A*Learn Zig Series (#120) - Dijkstra and A* What will I learn? Why the BFS shortest path we built last episode quietly breaks the moment edges stop being equal, and…scipio (70)in StemSocial • 3 days agoLearn AI Series (#139) - AI for CodeLearn AI Series (#139) - AI for Code What will I learn How code generation models actually work under the hood -- the training data, the objective, and what "writing…scipio (70)in StemSocial • 3 days agoLearn Rust Series (#9) - Modules & CratesLearn Rust Series (#9) - Modules & Crates What will I learn You will learn the difference between a crate and a module , and when to reach for each; how to…femdev (65)in StemSocial • 19 hours agoLearn Creative Coding (#137) - Testing and ReliabilityLearn Creative Coding (#137) - Testing and Reliability Last time I left you with a nagging little itch, and I did it on purpose. We gave your art a memory with Git -…scipio (70)in StemSocial • 4 days agoLearn Zig Series (#119) - BFS and DFSLearn Zig Series (#119) - BFS and DFS What will I learn? Why breadth-first search (BFS) and depth-first search (DFS) are secretly the same algorithm, and how…scipio (70)in StemSocial • 4 days agoLearn Rust Series (#8) - Traits & GenericsLearn Rust Series (#8) - Traits & Generics What will I learn You will learn how traits define shared behavior across unrelated types, without a single line of…scipio (70)in StemSocial • 4 days agoLearn AI Series (#138) - Multimodal AILearn AI Series (#138) - Multimodal AI What will I learn What multimodal AI actually means, and why gluing modalities together is genuinely more than the sum of the…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#136) - Version Control for Creative ProjectsLearn Creative Coding (#136) - Version Control for Creative Projects Last time I got a little wistful at the end - I said you make something wonderful live for four minutes…